home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / disk / bakup / DSrestore.lha / DSrestore / DSrestore.h < prev    next >
Text File  |  2002-06-13  |  1KB  |  38 lines

  1. /* DSrestore.h - include file for dsrestore */
  2. /* Copyright 2001-2002 Oliver B. Warzecha <obw@amarok.ping.de> */
  3. /*
  4.     This file is part of DSrestore.
  5.  
  6.     DSrestore is free software; you can redistribute it and/or modify
  7.     it under the terms of the GNU General Public License as published by
  8.     the Free Software Foundation; either version 2 of the License, or
  9.     (at your option) any later version.
  10.  
  11.     DSrestore is distributed in the hope that it will be useful,
  12.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.     GNU General Public License for more details.
  15.  
  16.     You should have received a copy of the GNU General Public License
  17.     along with DSrestore; if not, write to the Free Software
  18.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  19. */
  20.  
  21. /* void read_params(void); */
  22. /* #define read_params()  */
  23.  
  24. #define ARGSTRING "STREAM/A,TARGET,DEBUG/S,LOGFILE/K"
  25.  
  26. void read_params(void);
  27. BOOL parse_stream(const char* name);
  28. void readnext(BPTR infile, void* buffer);
  29. BOOL writeFile(BPTR source, BPTR target, LONG size);
  30.  
  31. /* ID API functions */
  32.  
  33. BOOL ID__ID(long nid);
  34. BOOL IDn_ID(void);
  35. long indexID(long id);
  36. long getID(long index);
  37. BOOL setID(long id, long index);
  38.